home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000126_news@newsmaster….columbia.edu _Mon May 25 16:41:17 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA27234
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 25 May 1998 16:41:16 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA08286
  7.     for kermit.misc@watsun; Mon, 25 May 1998 16:41:16 -0400 (EDT)
  8. Path: news.columbia.edu!sol.ctr.columbia.edu!news.indiana.edu!ais.net!btnet-peer!btnet!rill.news.pipex.net!pipex!uunet!in1.uu.net!iafrica.com!not-for-mail
  9. From: el@linux.lisse.na (Dr Eberhard W Lisse)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Won't echo under Linux
  12. Date: 25 May 1998 20:12:01 GMT
  13. Organization: UUNET Internet Africa
  14. Lines: 53
  15. Message-ID: <6kcjah$hc6$1@news01.iafrica.com>
  16. References: <3568DE4C.1B8E2F88@wfu.edu>
  17. NNTP-Posting-Host: 196.31.228.54
  18. X-Newsreader: NN version 6.5.0 CURRENT #116
  19. Xref: news.columbia.edu comp.protocols.kermit.misc:8788
  20.  
  21. Ryan Hatcher <hatchrm3@wfu.edu> writes:
  22.  
  23. >I've just installed Kermit 2.1.13 for Linux (RedHat 4.1).  I have a USR
  24. >Sportster 28.8  (not a winmodem) and it's on ttyS1. Following setup
  25. >directions in a HOWTO linux doc I entered a number of commands:
  26.  
  27. >  C-Kermit>set line /dev/ttyS3
  28.  
  29. > I'm fine up to the point where you enter "c".  In the AT command
  30. > mode nothing happens.  I am able to escape back to the Kermit prompt
  31. > but I get no response from the actual command line.  Nothing I enter
  32. > on the line echos back to the screen.  If I try and issue the
  33. > commands anyway without seeing it the machine locks up once I press
  34. > enter.  The only command that doesn't lock it up is the "Ctrl-\ c"
  35. > command which returns me to the Kermit prompt. Any help or advice is
  36. > greatly appreciated :-)
  37.  
  38. Sounds like an interrupt problem. Remember /dev/ttyS3 is com4: in DOS
  39. parlance which shares an interrupt with com2: by default. Have a look with 
  40.  
  41. setserial /dev/ttyS1
  42. setserial /dev/ttyS3
  43.  
  44. and see what it shows.
  45.  
  46.  
  47.  
  48. And, I wonder, where is the lock file being parked?
  49.  
  50. I have had kermit conflict with mgetty and/or uucp because of the lock
  51. files being in different places eg getty was locking the line but
  52. kermit didn't know about it because it could not find the lock file.
  53.  
  54. Common places:
  55.  
  56. /usr/spool/uucp
  57. /var/spool/locks
  58. /var/lock
  59.  
  60.  
  61. el
  62. -- 
  63. Dr. Eberhard W. Lisse\         /              Swakopmund State Hospital
  64. <el@lisse.NA>         *        |               Resident Medical Officer
  65. Private Bag 5004       \      / +264 81 124 6733 (cell) 64 461005(h) 461004(f)
  66. Swakopmund, Namibia     ;____/ Domain Coordinator for NA-DOM (el108)
  67. Vice-Chairman, Board of Trustees, Namibian Internet Development Foundation,
  68.  
  69. --
  70. Dr. Eberhard W. Lisse\         /              Swakopmund State Hospital
  71. <el@lisse.NA>         *        |               Resident Medical Officer
  72. Private Bag 5004       \      / +264 81 124 6733 (cell) 64 461005(h) 461004(f)
  73. Swakopmund, Namibia     ;____/ Domain Coordinator for NA-DOM (el108)